Rate Limiting
The default Public API rate limit is 100 requests per minute.
Exceeding Quota
When the rate limit is exceeded, the server will return an HTTP status code of 429 along with an HTML response. Below is an example of what the response will look like.
Error Response
- HTML
- Status Code
<!doctype html>
<meta charset="utf-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>429</title>429 Too Many Requests
429